* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;

}

a {
    text-decoration: none;
    color: initial;
}

a:hover {
    text-decoration: none;
    color: initial;
}

header {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100px;
    align-items: center;
    padding: 0px 3%;
    box-shadow: 0px 0px 51px 1px #eee;
    z-index: 222;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

header.on {
    box-shadow: none;
    background: transparent;
}

header>a img {
    height: 40px;
}

header>a img:nth-of-type(2) {
    display: none;
}

header.on a img:nth-of-type(1) {
    display: none;
}

header.on a img:nth-of-type(2) {
    display: inline-block;
}

header .r_nav a {
    color: #333;
    padding: 0px 15px;
    border-left: 1px solid #333;
    font-size: 14px;
    font-weight: 800;
}

header.on .r_nav a {
    color: #fff;
    border-left: 1px solid #fff;
}

header .r_nav a:nth-of-type(1) {
    border: none;
}

header .r_nav a:hover,
header .r_nav a.on {
    color: #37973c;
}

#dowebok .banner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

#dowebok .banner .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#dowebok .banner .swiper-slide {
    position: relative;
}

#dowebok .banner .swiper-slide .txt {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 0px 10%;
}

#dowebok .banner .swiper-slide .txt img {
    max-width: 100%;
}

#dowebok .title {
    position: relative;
}

#dowebok .title h3 {
    color: rgba(55, 151, 60, 0.1);
    text-transform: uppercase;
    font-size: 80px;
    font-family: -webkit-pictograph;

}

#dowebok .title div {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}

#dowebok .title div font {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #585b5c;
    margin: 8px 0;
}

#dowebok .title div span {
    font-size: 24px;
    color: #585b5c;
    display: block;
}

#dowebok .item1 {
    background: url(../img/bj1.png) center/cover;
}

#dowebok .item1 .desc {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin: 30px 0;
}

#dowebok .item1 .sz {
    background-color: #fff;
    text-align: center;
    padding: 0px;
}

#dowebok .item1 .sz div {
    padding: 30px 0;
    transition: 0.3s;
}

#dowebok .item1 .sz div:hover {
    background-color: #37973c;
    color: #fff;
}

#dowebok .item1 .sz div h3 {
    font-size: 30px;
}

#dowebok .item1 .sz div P {
    font-size: 14px;
    opacity: 0.8;
}

#dowebok .item1 a {
    border: 1px solid #37973c;
    display: block;
    clear: both;
    width: 100px;
    color: #37973c;
    line-height: 30px;
    position: relative;
    top: 30px;
    text-align: center;
    background-color: #fff;
    transition: 0.3s;
}

#dowebok .item1 a:hover {
    background-color: #37973c;
    color: #fff;
}

#dowebok .item2 .title {
    text-align: right;
}

#dowebok .item2 .contbox {
    height: auto;
    overflow: hidden;
    padding-right: 10%;
}

#dowebok .item2 .contbox .left {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 100vh;
    position: relative;

}

#dowebok .item2 .contbox .left .swiper-container {
    height: 100%;
    position: relative;
}

#dowebok .item2 .contbox .left .swiper-container .swiper-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#dowebok .item2 .contbox .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#dowebok .item2 .contbox .left::after {
    content: "";
    top: 0px;
    right: 0px;
    height: 100%;
    width: 130px;
    background: url(../img/bj2.png) right top/100% 100% no-repeat;
    position: absolute;
    z-index: 22;
}

#dowebok .item2 .contbox .left .swiper-slide {
    opacity: 0 !important;
    transition: 0.5s;
}

#dowebok .item2 .contbox .left .swiper-slide.on {
    opacity: 1 !important;
}


#dowebok .item2 .contbox .right {
    width: 50%;
    float: right;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#dowebok .item2 .contbox .su {
    width: 140px;
    height: 40vh;
}

#dowebok .item2 .contbox .su .swiper-container {
    height: 100%;
}

#dowebok .item2 .contbox .su .swiper-slide {
    display: flex;
    align-items: center;
    height: 33.33%;
    position: relative;
    transition: 0.5s;
    left: 20px;
    color: #666;
    cursor: pointer;
}

#dowebok .item2 .contbox .su .swiper-slide span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #eee;
}

#dowebok .item2 .contbox .su .swiper-slide h3 {
    font-size: 12px;
    margin: 5px 0;
    transition: 0.5s;
}

#dowebok .item2 .contbox .su .swiper-slide.swiper-slide-active {
    left: 30px;
    color: #37973c;
}

#dowebok .item2 .contbox .su .swiper-slide.swiper-slide-active span {
    background-color: #37973c;
}

#dowebok .item2 .contbox .su .swiper-slide.swiper-slide-active h3 {
    font-size: 40px;
}

#dowebok .item2 .contbox .box {
    width: calc(100% - 140px);

}

#dowebok .item2 .contbox #swiper-container3 .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#dowebok .item2 .contbox #swiper-container3 .swiper-slide a {
    display: inline-block;
    width: 48%;
    text-align: center;
    margin: 1%;
}

#dowebok .item2 .contbox #swiper-container3 .swiper-slide a img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}

#dowebok .item2 .contbox #swiper-container3 .swiper-slide h3 {
    width: 100%;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    height: 20vh;
    overflow: hidden;
}

#dowebok .item3 {
    background: url(../img/bj3.png) center/cover no-repeat;
}

#dowebok .item3 .box {
    padding: 0px 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}

#dowebok .item3 .box>div {
    width: 48%;
}

#dowebok .item3 .box .li {
    margin-top: 30px;
}

#dowebok .item3 .box .li .img {
    width: 100%;
    height: 300px;

    overflow: hidden;
}

#dowebok .item3 .box .li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

#dowebok .item3 .box .li span {
    display: inline-block;
    font-size: 14px;
    color: #808080;
}

#dowebok .item3 .box .li h3 {
    margin: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

#dowebok .item3 .box .li p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

#dowebok .item3 .box .li a .txt {
    display: block;
    padding: 20px 0;
}

#dowebok .item3 .box .li a:hover img {
    transform: scale(1.1);
}

#dowebok .item3 .box .li a:hover h3 {
    color: #37973c;
}

#dowebok .item3 .box .right .tab_nav {
    margin: 20px 0;
    text-align: right;
}

#dowebok .item3 .box .right .tab_nav a {
    padding: 5px;
    width: 100px;
    text-align: center;
    margin: 0px 10px;
    display: inline-block;
}

#dowebok .item3 .box .right .tab_nav a:hover,
#dowebok .item3 .box .right .tab_nav a.on {
    background: #37973c;
    color: #fff;

}

#dowebok .item3 .box .right .tab_nav span {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #37973c;
    vertical-align: middle;
}

#dowebok .item3 .box .right .li a {
    border-bottom: 1px solid #eee;
    display: block;
}

#dowebok .item3 .box .right .li a:nth-last-child(1) {
    border: none;
}

#dowebok .item3 .box .right .li {
    margin: 0px;
}

#dowebok .item4 {
    background: url(../img/bj4.png) center/cover;
}

#dowebok .item4 .box {
    padding: 0px 10%;
}

#dowebok .item4 .title {
    color: #fff;
    opacity: 0.6;
}

#dowebok .item4 .title h3,
#dowebok .item4 .title span {
    color: #fff;
}

#dowebok .item4 .title font {
    background: #fff;
}

#dowebok .item4 .desc {
    margin: 30px 0;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

#dowebok .item4 .swiper-slide {
    background: #fff url(../img/rybg.png) center/100% 100%;
    padding: 15px;
}

#dowebok .item4 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#dowebok .item1,
#dowebok .item2,
#dowebok .item3,
#dowebok .item4 {
    /* padding-top: 100px; */
}

#dowebok .item5 .container {
    padding: 0px 10%;
    width: 100%;
}

#myMenu{
    position: fixed;
    left: 0px;
    top: 50%;
    z-index: 22;
    width: 100px;
    text-align: right;
}
#myMenu a{
    display: block;
    font-size: 14px;
    width: 100px;
    height: 35px;
    opacity: 0.8;
    line-height: 35px;
    position: relative;
}
#myMenu a span{
    display: none;
    transition: 0.3s;
}
#myMenu a::before
{
    content: "";
    width: 30px;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    left: 20px;
    top: 50%;
    opacity: 0.8;
    transition: 0.3s;
    display: inline-block;
}
#myMenu a.active
{
    opacity: 1;
}
#myMenu a.active span{
    display: block;
}
#myMenu a.active::before
{
    width: 40px;
    left: 0px;
    background-color: #b3b3b3;
    opacity: 1;
} 
footer {
    background: #363636;

}

footer .tab_nav {
    padding: 30px 0;
    color: #a1a0a0;
    display: flex;

}

footer .tab_nav div {
    display: inline-block;
    margin-right: 30px;
}

footer .tab_nav div a {
    display: block;
    color: #a1a0a0;
    margin-bottom: 15px;
}

footer .tab_nav div a:nth-of-type(1) {
    color: #fff;
    font-size: 15px;
}

footer .lx {
    text-align: right;
    padding: 30px;
    color: #a1a0a0;
    line-height: 25px;
    font-size: 14px;
}

footer .lx h3 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0;
}

footer .lx p {
    margin: 0px;
}

footer .icp {
    background: #363636;
    border-top: 1px solid #a1a0a0;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;

}

footer .icp div {
    display: inline-block;
    color: #a1a0a0;
    text-align: right;
}

footer .icp select {
    border: 1px solid #585b5c;
    appearance: none;
    background-color: #363636;
    border-radius: 50px;
    line-height: 30px;
    height: 30px;
    outline: none;
}


.list_banner {
    margin-top: 100px;
    height: 480px;
    position: relative;

}

.list_banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

.list_banner .txt {
    position: relative;
    z-index: 22;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}
.list_banner .txt .projieshao{
	font-size: 14px;
	line-height: 24px;
}
.crumbs_list {
    box-shadow: 0px 0px 5px 1px #eee;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.crumbs_list .box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs_list .box img {
    vertical-align: text-bottom;
}

.crumbs_list .box .l a {
    margin: 0px 5px;
    display: inline-block;
    font-weight: 800;
}

.crumbs_list .box .l span {
    font-family: 宋体;
    font-weight: 800;
}

.crumbs_list .box .l a:nth-last-child(1) {
    color: #37973c;
}

.crumbs_list .box .l a:hover {
    color: #37973c;
}

.crumbs_list .box .lis_nav a {
    margin-left: 25px;
    padding: 10px 0;
}

.crumbs_list .box .lis_nav a:hover,
.crumbs_list .box .lis_nav a.on {
    color: #37973c;
    border-bottom: 2px solid #37973c;
}
.list_title.r{
    text-align: right;
}

.list_title
{
    margin: 30px 0;
}
.list_title.ce {
    text-align: center;
}

.list_title h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 800;
    color: #4b4c4e;
}

.list_title p {
    text-transform: uppercase;
    color: #e5e5e5;
    font-size: 40px;
    margin: 0px;
    margin-top: 5px;
}

.list_title span {
    display: inline-block;
    font-size: 30px;
    color: #37973c;
    background-color: #37973c;
    height: 3px;
    width: 30px;
    border-radius: 3px;
}

.cp_list {
    height: auto;
    overflow: hidden;
    /* display: flex; */
    margin-top: 100px;
	width: 100%;
}

.cp_list>div {
    flex: 1;
    position: relative;
    height: calc(100vh - 100px);
	width: 20%;
	float: left;
}

.cp_list>div .bj_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cp_list>div .bj_img img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
    height: 100%;
}

.cp_list>div::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    top: 0px;
    left: 0px;
    transition: 0.5s;
}

.cp_list>div .txt {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    padding: 0px 15px;
    color: #fff;
    z-index: 2;
}

.cp_list>div .txt img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.cp_list>div .txt h3 {
    font-size: 18px;
    margin: 15px 0 0px 0px;

}

.cp_list>div .txt span {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
}

.cp_list>div .txt p {
    font-size: 14px;
    line-height: 25px;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.cp_list>div .txt .li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}
.cp_list>div .txt .li a{
    display: block;
    width: 48%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;

}
.cp_list>div .txt>a {
    display: block;
    margin: 15px auto;
    width: 100px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.cp_list>div .txt a:hover {
    background-color: #37973c;
}

.cp_list>div:hover::after {
    background-color: #37973c;
    opacity: 0.5;
}
.cp_list>div:hover  .txt>a 
{
    
}

.cp_list>div:hover  .txt>p 
{
   display: none;
}
.cp_list>div:hover  .txt .li{
    display: flex;
}

.cp_list>div:hover .bj_img img {
    transform: scale(1.2);
}

.ju_list .item
{
    background: url(../img/bb.png) center/cover;
    padding: 30px 0;
}

.ju_list .item  p{
    font-size: 14px;
    line-height: 25px;
}
.ju_list .item  h3{
    text-transform: uppercase;
    color: #37973c;
    font-size: 30px;
}
.ju_list .item span{
    font-size: 18px;
}
.ju_list  .item1
{
    margin-bottom: 50px;
}
.ju_list  .item1 .box .tba
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.ju_list  .item1 .box .tba>div{
    width: 32%;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 30px 0px;
    cursor: pointer;
}

.ju_list  .item1 .box .tba>div img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.ju_list  .item1 .box .tba>div  p{
    font-size: 18px;
    margin: 5px 0;
}
.ju_list  .item1 .box .tba>div span{
    text-transform: uppercase;
    color: #666666;
}


.ju_list  .item1 .box .tba>div{
    position: relative;
}

.ju_list  .item1 .box .tba>div.on::after
{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #37973c;
    left: 50%;
    bottom: -11px;
    margin-left: -15px;
    transform: rotate(45deg);
}

.ju_list  .item1 .box .tba>div.on{
    background-color: #37973c;
}
.ju_list  .item1 .box .tba>div.on img{
    filter: brightness(10000);
}

.ju_list  .item1 .box .tba>div.on p{
    color: #fff;
}
.ju_list  .item1 .box .tba>div.on span{
    color: #fff;
}
.ju_list  .item1 .box .li>div{
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    padding: 30px;
    display: none;
}
.ju_list  .item1 .box .li .title p{
    font-size: 18px;
    
}
.ju_list  .item1 .box .li .title span{
    display: block;
    text-transform: uppercase;
}
.ju_list  .item1 .box .li .title font{
    color: #37973c;
}
.ju_list  .item1 .box .li .desc
{
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.ju_list  .item1 .box .li a{
    display: block;
    width: 100px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background-color: #37973c;
   margin-top: 30px;
}

.jr_list  .item .desc
{
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
}

.jr_list  .item1{
    background: url(../img/jr.png) center/cover;
    padding: 30px 0;
    margin: 30px 0;
    margin-bottom: 0px;
}
.jr_list  .item1 .box
{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 30px 0;
}
.jr_list  .item1 .box h3{
    display: inline-block;
    border-bottom: 1px solid #333;
    font-size: 18px;
    padding-bottom: 15px;
}
.jr_list  .item1 .box  p{
    color: #666666;
}
.jr_list  .item2{
    background: url(../img/jr1.png)  center bottom/cover;
}
.jr_list  .item2 .box
{
    display: flex;
    flex-wrap: wrap;
}
.jr_list  .item2 .box>div>div{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #eee;
    margin-bottom: 15px;
}
.jr_list  .item2 .box>div h3{
    position: relative;
    font-size: 18px;

}
.jr_list  .item2 .box>div h3 span{
    max-width: calc(100% - 38px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.jr_list  .item2 .box>div h3 img{
    margin-top: -15px;

}
.jr_list  .item2 .box>div>span{
    color: #37973c;
    border: 1px solid;
    border-radius: 5px;
    padding: 3px 10px;
    display: inline-block;
    margin: 10px 0;
    font-size: 12px;
}
.jr_list  .item2 .box>div .desc{
    border-top: 1px solid #eee;
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 220px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.jr_list  .item2 .box>div  a{
    color: #37973c;
    border: 1px solid;
    width: 100px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
}
.jr_list  .item2 .box>div  a:hover
{
    background-color: #37973c;
    color: #fff;
}
.jr_list  .item2 .more
{
    display: block;
    line-height: 30px;
    width: 100px;
    text-align: center;
    background-color: #37973c;
    color: #fff;
    margin:30px  auto;
}
.new_list  .box{
    display: flex;
    flex-wrap: wrap;
    margin: 50px -15px;
}
.new_list .img{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.new_list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   transition: 0.2s;
}
.new_list  .txt
{
 padding: 15px;
}
.new_list  .txt h3{
    white-space:nowrap;
    overflow:hidden; 
    text-overflow:ellipsis;
    margin: 0px 0 10px;
    font-size: 16px;
}

.new_list  a{
    margin-bottom: 25px;
    display: block;
}
.new_list  .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    min-height: 75px;
}
.new_list  .txt span{
    display: inline-block;
    background-color: #fff;
    line-height: 30px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #eee;
}
.new_list  a:hover .txt{
 background-color: #f8f8f8;
}
.new_list  a:hover img{
    transform: scale(1.1);
}
.li_list  .l > h3
{
 font-size: 30px;
 color: #37973c;
 margin: 0px;
}
.li_list  .l > p{
    font-size: 14px;
    color: #666;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}
.li_list  .l .row
{
    display: flex;
    flex-wrap: wrap;
}
.li_list  .l .row>div{
    margin-bottom: 30px;
}
.li_list  .l .row h3{
    font-size: 20px;
}
.li_list  .l .row >div>div
{
    height: auto;
    overflow: hidden;
    line-height: 30px;
}
.li_list  .l .row >div>div div{
 float: right;
 width: calc(100% - 30px);

}
.li_list  .l .ww div
{
 display: inline-block;
 text-align: center;
 margin-right: 15px;
}
.li_list  .l .ww div img{
    width: 100px;
}
.li_list  .r p{
 font-size: 14px;
 font-weight: 800;
 margin: 10px 0;
}
.li_list  .r input,.li_list  .r textarea
{
    padding: 10px;
    background-color: #f4f4f4;
    width: 100%;
    outline: none;
    appearance: none;
    border: none;
    resize: none;
}
.li_list  .r input:focus,.li_list  .r textarea:focus{
    border: 1px solid #37973c;
}
.li_list  .r button
{
    outline: none;
    appearance: none;
    width: 100%;
    padding: 10px ;
    border: none;
    background-color: #37973c;
    color: #fff;
    margin-top: 20px;
}
.li_list
{
    margin-top: 80px;
}
.li_list  #map
{
    height: 400px;
    background-color: #eee;
    /*margin-top: 80px;*/
}

::-webkit-scrollbar{ 

    width:5px;
    
    }
    
::-webkit-scrollbar-track{
    
    background: #999;
    
      border-radius:2px;
    
    }
    
::-webkit-scrollbar-thumb{
    
      background: #eee;
    
      border-radius:10px;
    
    }
    
::-webkit-scrollbar-thumb:hover{
    
      background: #eee;
    
    }
    
::-webkit-scrollbar-corner{
    
      background: #179a16;
    
    }



.zj_list .item1 .desc
{
 font-size: 14px;
 line-height: 25px;
 overflow-y: auto;
 max-height: 200px;
 color: #666666;
 margin-bottom: 100px;
}




.zj_list .item
{
 
    padding: 30px 0;
}

.zj_list .item .box p{
    font-size: 14px;
    line-height: 25px;
}
.zj_list .item  h3{
    text-transform: uppercase;
    color: #37973c;
    font-size: 30px;
}
.zj_list .item span{
    font-size: 18px;
}
.zj_list .item .box  div{
    text-align: right;
}


.zj_list .item2 .box
{
    margin-top: -50px;
}
.zj_list .item2 .box div {
    padding: 30px 0;
    transition: 0.3s;
    background-color: #37973c;
    color: #fff;
    text-align: center;
}
.zj_list .item2 .box div:hover
{
    background-color: #0f6414;
}

.zj_list .item2 .box div h3 {
    font-size: 30px;
    margin: 0px;
    margin-top: 15px;
}

.zj_list .item2 .box div P {
    font-size: 14px;
    opacity: 0.8;
    display: inline-block;
    margin: 0px;
}
.zj_list .item3{
    background: url(../img/ZB.png) center/cover;
    padding: 50px 0;
    margin: 50px 0;
}
.zj_list .item3 .l h3{
 color: #37973c;
}
.zj_list .item3 .l p{
    border-bottom: 1px solid #37973c;
    padding-bottom: 25px;
}
.zj_list .item3 .l span{
    line-height: 25px;
    color:#666666;
}
.zj_list .item3 .l  a{
    display: block;
    background-color: #37973c;
    width: 100px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-top: 25px;
}
.zj_list .item4  .box
{
    padding:40px ;
    height: 350px;
    position: relative;
    padding: 0px 100px;
}
.zj_list .item4  .box .swiper-container
{
    height: 100%;
}
.zj_list .item4  .box::after
{
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: #37973c;
    top: 50%;
    left: 0px;
}
.zj_list .item4  .box .swiper-slide
{
    position: relative;
    cursor: pointer;
}
.zj_list .item4  .box .swiper-slide span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border: 2px solid #37973c;
    border-radius: 50px;
    width: 15px;
    margin-top: -7px;
    height: 15px;
}
.zj_list .item4  .box .swiper-slide div{
    position: absolute;
    width: 110%;
    top: 0px;
    left: -5%;
    background: #f2f2f2;
    padding: 15px;
}
.zj_list .item4  .box .swiper-slide div h3{
    margin: 0px;
    font-size: 18px;
    position: relative;
}
.zj_list .item4  .box .swiper-slide div  p{
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}
.zj_list .item4  .box .swiper-slide:nth-of-type(2n) div{
    top: auto;
    bottom: 0px;
}

.zj_list .item4  .box .swiper-slide:nth-of-type(2n-1) div p::before{
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    display: inline-block;
    transform: rotate(45deg);
}


.zj_list .item4  .box .swiper-slide:nth-of-type(2n) div h3::before{
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -5px;
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    display: inline-block;
    transform: rotate(45deg);
}

.zj_list .item4  .box .swiper-slide:hover div{
    background-color: #37973c;
}
.zj_list .item4  .box .swiper-slide:hover div p{
    color: #fff;
}
.zj_list .item4  .box .swiper-slide:hover div h3{
    color: #fff;
}
.zj_list .item4  .box .swiper-slide:hover div h3::before{
    background: #37973c;
}
.zj_list .item4  .box .swiper-slide:hover div p::before{
    background: #37973c;
}
.zj_list .item4  .box .swiper-slide:hover span{
    background-color: #37973c;
}
.zj_list .item4  .box .tba div{
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -26px;
    cursor: pointer;
}
.zj_list .item4  .box .tba div:nth-of-type(1)
{
    left: -3px;
}
.zj_list .item4  .box .tba div:nth-of-type(2)
{
    right: -3px;
}

.zj_list .item5
{
    background: url(../img/ZB1.png) center/cover;
    margin-top: 40px;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
}

.zj_list .item5 .img
{
    width: 100%;
    background:#fff url(../img/rybg.png) center/100% 100%;
    height: 250PX;
    padding: 15px;
}
.zj_list .item5 .img img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.zj_list .item5  span{
    display: block;
    width: 30px;
    background-color: #37973c;
    height: 2px;
    margin:10px  auto;
}


/*分页start*/
.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    height: auto;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    text-align: center;
    padding: 3px 10px;
    margin: 3px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page_list a:hover {
    color: #fff;
    color: #30A479;
    border-bottom: 2px solid #37973c;
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: #37973c;
    color: #fff;
}
/*分页end*/